core
object core
Content copied to clipboard
Wrappers for @actions/core. Most are deprecated in favor of the specialized extensions.
Functions
error
Link copied to clipboard
fun error(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
exportVariable
Link copied to clipboard
exportVariableStringify
Link copied to clipboard
getOptionalInput
Link copied to clipboard
fun getOptionalInput(name: String, trimWhitespace: Boolean = true): String?
Content copied to clipboard
getRequiredInput
Link copied to clipboard
fun getRequiredInput(name: String, trimWhitespace: Boolean = true): String
Content copied to clipboard
Gets the input, or throws IllegalStateException.
getRequiredState
Link copied to clipboard
issueCommand
Link copied to clipboard
issueFileCommand
Link copied to clipboard
notice
Link copied to clipboard
fun notice(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
saveStateStringify
Link copied to clipboard
setCommandEcho
Link copied to clipboard
setOutputStringify
Link copied to clipboard
startGroup
Link copied to clipboard
warning
Link copied to clipboard
fun warning(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
Properties
Sources
js source
Link copied to clipboard